home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 July / CHIP Turkiye Temmuz 2000.iso / prog / share / 19 / 19.exe / FOXMAIL.EXE / 0 / RCDATA / TDLG_ADDRPROPERTY / TDLG_ADDRPROPERTY.txt
Text File  |  1998-04-28  |  7KB  |  294 lines

  1. object Dlg_AddrProperty: TDlg_AddrProperty
  2.   Left = 117
  3.   Top = 72
  4.   BorderStyle = bsDialog
  5.   Caption = 'Dlg_AddrProperty'
  6.   ClientHeight = 349
  7.   ClientWidth = 385
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnDestroy = FormDestroy
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object TabNotbook: TTabbedNotebook
  20.     Left = 8
  21.     Top = 8
  22.     Width = 369
  23.     Height = 297
  24.     TabsPerRow = 4
  25.     TabFont.Charset = DEFAULT_CHARSET
  26.     TabFont.Color = clBtnText
  27.     TabFont.Height = -11
  28.     TabFont.Name = 'MS Sans Serif'
  29.     TabFont.Style = []
  30.     TabOrder = 0
  31.     object TTabPage
  32.       Left = 4
  33.       Top = 24
  34.       Caption = 'address'
  35.       object ImgAddress: TImage
  36.         Left = 8
  37.         Top = 8
  38.         Width = 41
  39.         Height = 41
  40.       end
  41.       object L_name: TLabel
  42.         Left = 72
  43.         Top = 24
  44.         Width = 38
  45.         Height = 13
  46.         Caption = 'L_name'
  47.         FocusControl = E_name
  48.       end
  49.       object GroupBox1: TGroupBox
  50.         Left = 8
  51.         Top = 128
  52.         Width = 345
  53.         Height = 129
  54.         Caption = 'GroupBox1'
  55.         TabOrder = 2
  56.         object L_otel: TLabel
  57.           Left = 16
  58.           Top = 28
  59.           Width = 29
  60.           Height = 13
  61.           Caption = 'L_otel'
  62.           FocusControl = E_otel
  63.         end
  64.         object L_htel: TLabel
  65.           Left = 184
  66.           Top = 28
  67.           Width = 29
  68.           Height = 13
  69.           Caption = 'L_htel'
  70.           FocusControl = E_htel
  71.         end
  72.         object L_fax: TLabel
  73.           Left = 16
  74.           Top = 80
  75.           Width = 26
  76.           Height = 13
  77.           Caption = 'L_fax'
  78.           FocusControl = E_fax
  79.         end
  80.         object E_otel: TEdit
  81.           Left = 16
  82.           Top = 45
  83.           Width = 145
  84.           Height = 21
  85.           Font.Charset = DEFAULT_CHARSET
  86.           Font.Color = clBlack
  87.           Font.Height = -11
  88.           Font.Name = 'MS Sans Serif'
  89.           Font.Style = []
  90.           ParentFont = False
  91.           TabOrder = 0
  92.           Text = 'E_otel'
  93.         end
  94.         object E_htel: TEdit
  95.           Left = 184
  96.           Top = 45
  97.           Width = 145
  98.           Height = 21
  99.           Font.Charset = DEFAULT_CHARSET
  100.           Font.Color = clBlack
  101.           Font.Height = -11
  102.           Font.Name = 'MS Sans Serif'
  103.           Font.Style = []
  104.           ParentFont = False
  105.           TabOrder = 1
  106.           Text = 'E_htel'
  107.         end
  108.         object E_fax: TEdit
  109.           Left = 16
  110.           Top = 96
  111.           Width = 145
  112.           Height = 21
  113.           Font.Charset = DEFAULT_CHARSET
  114.           Font.Color = clBlack
  115.           Font.Height = -11
  116.           Font.Name = 'MS Sans Serif'
  117.           Font.Style = []
  118.           ParentFont = False
  119.           TabOrder = 2
  120.           Text = 'E_fax'
  121.         end
  122.       end
  123.       object L_mailaddress: TGroupBox
  124.         Left = 8
  125.         Top = 56
  126.         Width = 345
  127.         Height = 57
  128.         Caption = 'L_mailaddress'
  129.         TabOrder = 1
  130.         object E_mailaddress: TEdit
  131.           Left = 8
  132.           Top = 24
  133.           Width = 321
  134.           Height = 21
  135.           Font.Charset = DEFAULT_CHARSET
  136.           Font.Color = clBlack
  137.           Font.Height = -11
  138.           Font.Name = 'MS Sans Serif'
  139.           Font.Style = []
  140.           ParentFont = False
  141.           TabOrder = 0
  142.           Text = 'E_mailaddress'
  143.         end
  144.       end
  145.       object E_name: TEdit
  146.         Left = 136
  147.         Top = 20
  148.         Width = 161
  149.         Height = 21
  150.         TabOrder = 0
  151.         Text = 'E_name'
  152.       end
  153.     end
  154.     object TTabPage
  155.       Left = 4
  156.       Top = 24
  157.       Caption = 'other'
  158.       object ImgOther: TImage
  159.         Left = 8
  160.         Top = 8
  161.         Width = 41
  162.         Height = 41
  163.       end
  164.       object GroupBox2: TGroupBox
  165.         Left = 8
  166.         Top = 56
  167.         Width = 345
  168.         Height = 201
  169.         Caption = 'GroupBox2'
  170.         TabOrder = 0
  171.         object L_postcode: TLabel
  172.           Left = 16
  173.           Top = 24
  174.           Width = 56
  175.           Height = 13
  176.           Caption = 'L_postcode'
  177.           FocusControl = E_postcode
  178.         end
  179.         object L_company: TLabel
  180.           Left = 16
  181.           Top = 72
  182.           Width = 55
  183.           Height = 13
  184.           Caption = 'L_company'
  185.           FocusControl = E_company
  186.         end
  187.         object L_address: TLabel
  188.           Left = 16
  189.           Top = 120
  190.           Width = 49
  191.           Height = 13
  192.           Caption = 'L_address'
  193.           FocusControl = E_address
  194.         end
  195.         object L_homepage: TLabel
  196.           Left = 16
  197.           Top = 176
  198.           Width = 56
  199.           Height = 13
  200.           Caption = 'HomePage:'
  201.           FocusControl = E_homepage
  202.         end
  203.         object E_postcode: TEdit
  204.           Left = 16
  205.           Top = 40
  206.           Width = 129
  207.           Height = 21
  208.           Font.Charset = DEFAULT_CHARSET
  209.           Font.Color = clBlack
  210.           Font.Height = -11
  211.           Font.Name = 'MS Sans Serif'
  212.           Font.Style = []
  213.           ParentFont = False
  214.           TabOrder = 0
  215.           Text = 'E_postcode'
  216.         end
  217.         object E_company: TEdit
  218.           Left = 16
  219.           Top = 88
  220.           Width = 321
  221.           Height = 21
  222.           TabOrder = 1
  223.           Text = 'E_company'
  224.         end
  225.         object E_address: TEdit
  226.           Left = 16
  227.           Top = 136
  228.           Width = 321
  229.           Height = 21
  230.           TabOrder = 2
  231.           Text = 'E_address'
  232.         end
  233.         object E_homepage: TEdit
  234.           Left = 88
  235.           Top = 172
  236.           Width = 249
  237.           Height = 21
  238.           TabOrder = 3
  239.           Text = 'E_homepage'
  240.         end
  241.       end
  242.     end
  243.     object TTabPage
  244.       Left = 4
  245.       Top = 24
  246.       Caption = 'Info'
  247.       object L_info: TLabel
  248.         Left = 8
  249.         Top = 56
  250.         Width = 29
  251.         Height = 13
  252.         Caption = 'L_info'
  253.         FocusControl = M_info
  254.       end
  255.       object ImgInfo: TImage
  256.         Left = 8
  257.         Top = 8
  258.         Width = 41
  259.         Height = 41
  260.       end
  261.       object M_info: TMemo
  262.         Left = 8
  263.         Top = 76
  264.         Width = 345
  265.         Height = 185
  266.         Lines.Strings = (
  267.           '')
  268.         ScrollBars = ssVertical
  269.         TabOrder = 0
  270.       end
  271.     end
  272.   end
  273.   object BtnOk: TButton
  274.     Left = 200
  275.     Top = 316
  276.     Width = 75
  277.     Height = 25
  278.     Default = True
  279.     ModalResult = 1
  280.     TabOrder = 1
  281.     OnClick = BtnOkClick
  282.   end
  283.   object BtnCancel: TButton
  284.     Left = 296
  285.     Top = 316
  286.     Width = 75
  287.     Height = 25
  288.     Cancel = True
  289.     Caption = 'BtnCancel'
  290.     ModalResult = 2
  291.     TabOrder = 2
  292.   end
  293. end
  294.